ubuntu - How do I find out my root MySQL password? - Stack Overflow You can reset the root password by running the server with --skip-grant-tables and logging in without a password by running the following as root (or with sudo): # service mysql stop # mysqld_safe --skip-grant-tables & $ mysql -u root mysql> use mysql; my